Pull Oracle WebLogic Base Image

  1. Pull the Oracle WebLogic server image from Oracle Container Registry for Version: 15.1.1.0.

  2. Before extracting this image from the Container Registry, ensure that your Docker client has logged in successfully using the following docker log-in commands:

    docker login

    $ docker login container-registry.oracle.com

    Username

    Password

    Login successful

  3. Use your Oracle SSO username and password to log in to the Oracle Registry.

  4. Pull WebLogic base image version 15.1.1.0:

    docker pull

    $ docker pull container-registry.oracle.com/middleware/weblogic_cpu:15.1.1.0-generic-jdk17-ol9-260109

  5. Important: The resulting images does NOT have a domain pre-configured. You must extend the image with your own Dockerfile, and create your domain using WLST.

    To customize your own WebLogic Server domain extended this image. We recommend you to create your own domain by writing your own Dockerfiles, and using WebLogic Scripting Tool (WLST) to create clusters, Data Sources, JMS Servers, Security Realms, and deploy applications.

  6. In the Dockerfile extend the WebLogic Server image with the 'FROM container-registry.oracle.com/middleware/weblogic_cpu:15.1.1.0-generic-jdk17-ol9-260109 ' directive.